UInt16NINumericUInt16NDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16N INumeric<UInt16N>.Divide(
UInt16N value
)
Private Function Divide (
value As UInt16N
) As UInt16N Implements INumeric(Of UInt16N).Divide
private:
virtual UInt16N Divide(
UInt16N value
) sealed = INumeric<UInt16N>::Divide
private abstract Divide :
value : UInt16N -> UInt16N
private override Divide :
value : UInt16N -> UInt16N
- value UInt16N
- The value as the divisor.
UInt16NThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)